Add @shopify/checkout-kit web platform scaffolding and CI#93
Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
toneymathews
approved these changes
May 13, 2026
Contributor
toneymathews
left a comment
There was a problem hiding this comment.
We could add updates on this component to the root level CLAUDE.md and AGENTS.md, but that's minor, can be done later as well.
LGTM
11 tasks
75d55f6 to
361a362
Compare
ad50693 to
a99db1a
Compare
markmur
approved these changes
May 14, 2026
a99db1a to
fe67e2e
Compare
fe67e2e to
b88c084
Compare
b88c084 to
508ad6b
Compare
Introduces the fourth platform target — a vanilla JS / Web Components build of Checkout Kit. This commit is scaffolding only: src/index.ts exports a single VERSION string as a placeholder. The component implementation will land in follow-up PRs. platforms/web/ * Vite library build emitting a single ESM bundle plus .d.ts * Vitest with happy-dom, v8 coverage, and json-summary output * oxlint + oxfmt for linting/formatting * publint via `pnpm verify` to catch package.json regressions * custom-elements-manifest generation on build for IDE tooling * scripts/check_license_headers.rb mirrors the Android check .github/workflows/ * web.yml — lint, test (with PR coverage comment), build, publint verify, and pack-and-inspect * ci.yml — adds web and web-license-headers jobs behind the paths-filter .github/dependabot.yml * Adds an npm ecosystem entry for /platforms/web
508ad6b to
85e7c07
Compare
11 tasks
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What changes are you making?
Introduces the fourth platform target — a vanilla JS / Web Components
build of Checkout Kit.
This commit is scaffolding only: src/index.ts exports a single VERSION
string as a placeholder. The component implementation will land in
follow-up PRs.
platforms/web/
pnpm verifyto catch package.json regressions.github/workflows/
verify, and pack-and-inspect
paths-filter
.github/dependabot.yml
How to test
Before you merge
Important
platforms/swift/README.mdand/orplatforms/android/README.md)Releasing a new Swift version?
platforms/swift/ShopifyCheckoutKit.podspecplatforms/swift/Sources/ShopifyCheckoutKit/ShopifyCheckoutKit.swiftplatforms/swift/CHANGELOG.mdplatforms/swift/README.md(major version only)Releasing a new Android version?
versionNameinplatforms/android/lib/build.gradleplatforms/android/CHANGELOG.mdplatforms/android/README.mdTip
See the Contributing documentation for the full release process per platform.